home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000772_lembark@wrkhors.la.ca.us_Wed Jul 13 07:42:09 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from gate.oxy.edu by cs.umb.edu with SMTP id AA03387
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 14 Jul 1994 02:38:33 -0400
  3. Received: from bengal.oxy.edu (bengal.oxy.edu [134.69.1.3]) 
  4.     by gate.oxy.edu (8.6.9/8.6.9) with ESMTP id XAA17195 
  5.     for <tex-k@cs.umb.edu>; Wed, 13 Jul 1994 23:38:31 -0700
  6. Received: (from uucp@localhost) 
  7.     by bengal.oxy.edu (8.6.9/8.6.9) with UUCP id XAA26185 
  8.     for tex-k@cs.umb.edu; Wed, 13 Jul 1994 23:38:24 -0700
  9. Received: from workhorse  (wrkhors.la.ca.us [127.0.0.1])
  10.            by wrkhors.la.ca.us (8.6.9/8.6.9) with ESMTP
  11.            id OAA21255 for <tex-k@cs.umb.edu>;
  12.            Wed, 13 Jul 1994 14:42:12 -0700
  13. Message-Id: <199407132142.OAA21255@wrkhors.la.ca.us>
  14. To: tex-k@cs.umb.edu
  15. Subject: bugs in web2c-6.1 on linux-1.1.0
  16. Date: Wed, 13 Jul 1994 14:42:09 -0700
  17. From: Steven Lembark <lembark@wrkhors.la.ca.us>
  18.  
  19. running:
  20.   Linux workhorse 1.1.0 #4 Wed May 25 23:32:35 PDT 1994 i486
  21.   gcc-2.5.7
  22.   GNU Make version 3.71, by Richard Stallman and Roland McGrath.
  23.  
  24. 1) minor fix to web2c.h:
  25.  
  26. The last entry in web2c-6.1/web2c/web2c/web2c.h is:
  27.  
  28.   extern void *alloca();
  29.  
  30. Problem: alloca() is a macro somewhere deep in the bowels of linux's headers.
  31. Fixes: 1) comment the whole line out or
  32.        2) force functional evaluation by cpp changing
  33.   extern void * alloca();
  34. to
  35.   extern void * (alloca)();
  36.                 ^      ^
  37.  
  38. 2) Maybe a question, Maybe a bug:
  39.    There's no X11 running on this machine and mf will only be used to generate
  40.    *gf files for texinfo and dvilj2p.  The macros for NO_X11 an no x11 support
  41.    still leave lots of undefined externals.  Is there a "-D" I'm missing in 
  42.    the Makefile.in or c-auto.h.in for no windows support whatsover?  If not
  43.    then it seems like a bug (i.e., there should be a way to turn off windowing
  44.    support altogether with a define like "-DNO_WINDOWS").
  45.  
  46. The reset of this seems very tight.  Thanks for putting in the work -- it's
  47. gotta be a lot to get this to untangle, covert and compile on this many 
  48. environments.
  49.  
  50. thanx,
  51. Steve Lembark                       Workhorse Computing
  52. (lembark@wrkhors.la.ca.us)          1118 S. Valencia Ave., #319, 90015-2087
  53. -----------------------------------------------------------------------------
  54.  The opinions expressed here are those of this company.  I own the company.
  55. -----------------------------------------------------------------------------